home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / SHLExamples / Delegation / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-22  |  1.3 KB  |  53 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = EOFDelegate
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = application.tiff
  16. LOCAL_RESOURCES = EOFDelegate.nib
  17.  
  18. GLOBAL_RESOURCES = Bookstores.eomodel
  19.  
  20. CLASSES = AppController.m EOFDelegate.m EOFDelegateAdaptorCategory.m\
  21.           EOFDelegateControllerCategory.m EOFDelegateDatabaseCategory.m\
  22.           NSObject-IBFixes.m ScrollViewExtensions.m
  23.  
  24. HFILES = AppController.h EOFDelegate.h EOFDelegateAdaptorCategory.h\
  25.          EOFDelegateControllerCategory.h EOFDelegateDatabaseCategory.h\
  26.          ScrollViewExtensions.h
  27.  
  28. MFILES = EOFDelegate_main.m
  29.  
  30. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble README.rtf
  31.  
  32.  
  33. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  34. MAKEFILE = app.make
  35. INSTALLDIR = $(HOME)/Apps
  36. INSTALLFLAGS = -c -s -m 755
  37. SOURCEMODE = 444
  38.  
  39. ICONSECTIONS =    -sectcreate __ICON app application.tiff
  40.  
  41. LIBS = -lEOAccess_s -lEOInterface_s -lFoundation_s -lMedia_s -lNeXT_s
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. -include Makefile.preamble
  47.  
  48. include $(MAKEFILEDIR)/$(MAKEFILE)
  49.  
  50. -include Makefile.postamble
  51.  
  52. -include Makefile.dependencies
  53.